home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / prog / asm_0_m.arj / DIRNOTES.NEW < prev    next >
Text File  |  1989-10-15  |  2KB  |  39 lines

  1.  
  2.                              Updates to DIRNOTES
  3.  
  4.  
  5.   Summary:   Dirnotes provides a means for the DOS user to annotate his
  6.              directories.  It automatically sorts directories by filename
  7.              and keeps track of file additions and deletions.
  8.  
  9.              Upon execution, Dirnotes brings up an editible window for the
  10.              user to enter comments next to filenames.  Upon exit the comments
  11.              are saved in a file named DIRNxxxx.DAT.  (the xxxx's are deter-
  12.              mined by the current pathname.)
  13.  
  14.              The original source code was released in a past issue of
  15.              PC Magazine.
  16.  
  17.  
  18.                       Code
  19.   Revision  Date      Letter    Notes
  20.   --------  --------  ------    --------------------------------------------
  21.  
  22.   1.00      05-19-87  none      Original release by M. Mefford - Original
  23.                                   documentation not available
  24.  
  25.   1.10      10-15-89  *A        Redefined & added new edit keys as follows:
  26.  
  27.                                   Home - cursor to beginning of line
  28.                                   End  - cursor to end of line
  29.                                  ^Home - goto top of directory list
  30.                                  ^End  - goto end of directory list
  31.                                  ^Left - move left one word
  32.                                  ^Right- move right one word
  33.                                  ^T    - delete word right
  34.                                  ^Y    - delete line
  35.                                  DEL   - delete character
  36.                                  INS   - toggles insert mode
  37.                                  Tab   - move right 5 spaces
  38.                               Sh-Tab   - move left 5 spaces
  39.